.template-content {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}

.template-content > * {
    font-size: 16px;
    box-sizing:border-box;
}

.template-content .template-button{
    display:inline-block;
    width:100%;
}

.template-content .template-button a{
    display: inline-block;
    background-color: #2980B9;
    text-align:center;
    min-width:100%;
    color:#fff;
    padding:5px 25px;
    max-width:100%;
    font-size:16px;
    box-sizing:border-box;
    text-decoration: none;
}

.template-content .template-button a:hover {
    background-color:#55ABE6;
    color:#fff;
    cursor:pointer;
}